var strTopText = [ "TV GUIDE STORE", "TV GUIDE CHANNEL", "TV GUIDE INTERACTIVE", "MEDIA KITS", "LICENSING", "GEMSTAR-TV GUIDE" ];
var strTopLink = [ "http://www.tvguidestore.com/", "http://online.tvguide.com/listings/channel/", "http://www.i-guide.tv/", "http://www.tvguidemediasales.com/", "http://online.tvguide.com/licensing/", "http://www.gemstartvguide.com/" ];
var strBotText = [ "CUSTOMER SERVICE", "FAQ", "PRIVACY", "TERMS OF USE", "COPYRIGHT POLICY", "TV GUIDE GOES BIG", "STAFF"];
var strBotLink = [ "http://online.tvguide.com/services/customerservice.asp", "http://online.tvguide.com/services/faq/faq.asp", "http://online.tvguide.com/services/privacy/privacy.asp", "http://online.tvguide.com/services/legal/legal.asp", "http://online.tvguide.com/services/legal/dmca.asp", "http://online.tvguide.com/gobig/", "http://online.tvguide.com/services/staff/staff.asp" ];
function drawBottomNav()
{
var strHTML = "";
var iPageWidth = 970;
var iRowHeight = 20;
strHTML += "
";
strHTML += "";
strHTML += "";
strHTML += " | ";
strHTML += "";
strHTML += "";
strHTML += " | ";
strHTML += " | ";
strHTML += "";
strHTML += " | ";
strHTML += " |
";
document.write(strHTML);
}
drawBottomNav();